Printers

Provides access to the available printers.

Since

7.13

Parameters

<PdfT>

the type of the settings available when printing on the PDF printer

<SystemT>

the type of the settings available when printing on a system printer

Properties

Link copied to clipboard
Link copied to clipboard

A service that allows printing to PDF.

Functions

Link copied to clipboard
Returns the default system printer or an empty Optional if there is no default printer.
Link copied to clipboard
abstract fun list(): List<SystemPrinter<SystemT>>
Returns an immutable list of the available system printers.
Link copied to clipboard
abstract fun pdfPrinter(): PdfPrinter<PdfT>
Returns a PdfPrinter instance that allows you to print to PDF.